home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950329-19950528 / 000313_news@columbia.edu_Fri May 5 00:50:23 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA04576
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Fri, 5 May 1995 02:58:36 -0400
  3. Received: by apakabar.cc.columbia.edu id AA19026
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Fri, 5 May 1995 02:58:35 -0400
  5. Newsgroups: comp.protocols.kermit.misc
  6. Path: news.columbia.edu!panix!news.mathworks.com!uhog.mit.edu!bloom-beacon.mit.edu!news.tamu.edu!news.utdallas.edu!corpgate!bcarh189.bnr.ca!nott!cunews!boris!rmallett
  7. From: rmallett@boris.ccs.carleton.ca (Rick Mallett)
  8. Subject: Problems with remote cd in server mode
  9. X-Nntp-Posting-Host: boris.carleton.ca
  10. Message-Id: <D82yBz.4K9@cunews.carleton.ca>
  11. Sender: news@cunews.carleton.ca (News Administrator)
  12. Organization: Carleton University
  13. X-Newsreader: TIN [version 1.2 PL2]
  14. Date: Fri, 5 May 1995 00:50:23 GMT
  15. Lines: 26
  16. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  17.  
  18. I'm trying to automate download to a given directory for my users.
  19. I have a TCL script that produces the following `take' file.
  20.  
  21.    set delay 1
  22.    apc server
  23.    set command quoting on
  24.    remote cd c:\rick\junk
  25.    set command quoting off
  26.    send autoftp aaaa
  27.    fin
  28.  
  29. Assuming this script is stored in a file called blotto, I invoke kermit
  30. as follows:
  31.  
  32.    kermit -C "take, blotto, quit"
  33.  
  34. I'm using C-Kermit-5A(190) and MS-Kermit 3.14 with `apc on', and 
  35. server `cd/cwd' enabled. The file is automatically downloaded but 
  36. not to the specified directory. Can anyone see what I am doing wrong?
  37.  
  38. ----------------------------------------------------------------------
  39. Rick Mallett
  40. Carleton University
  41.  
  42. Email address: rmallett@ccs.carleton.ca
  43. ----------------------------------------------------------------------